home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 71 / MOBICLIC 71.ISO / mac / DATA / COMMUN / temp0001 / 00032_Script_attente fin de son et suite (menus) < prev    next >
Text File  |  2004-12-05  |  391b  |  19 lines

  1. -- attente fin de son et suite
  2. on exitFrame
  3.   if the pauseState=0 then
  4.     if soundBusy(3) then
  5.       go to the frame
  6.     else
  7.       niveauSon
  8.     end if
  9.   end if
  10. end
  11. -------------------------------------
  12. on mouseUp
  13.   if testClic()=1 then
  14.     puppetSound 3,0
  15.     niveauSon
  16.   end if
  17. end mouseUp
  18. -----------------------------
  19. -- Attention ! Ce script fait partie de menus.cst